Skip to content

browser, react, session-replay: move @backtrace/* dependencies to normal dependencies (NFC) #317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Nov 14, 2024

Conversation

perf2711
Copy link
Contributor

As bundling removed the requirement of installing @backtrace/* dependencies, they have been moved to dev deps. However, this broke typings in packages that do not install dependent packages.

To mitigate this, these packages have been moved to normal dependencies. As the bundle will have a specific version, this specific is used in package.json. syncVersions.ts script has also been updated to not include ^ caret in version range by default, but rather preserve the operator, whatever it may be.

@perf2711 perf2711 added the bug Something isn't working label Nov 13, 2024
@perf2711 perf2711 self-assigned this Nov 13, 2024
@perf2711 perf2711 merged commit 4e845ed into main Nov 14, 2024
5 checks passed
@perf2711 perf2711 deleted the bugfix/bundled-dependencies branch November 14, 2024 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants